home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / Freeware / ReNamer 5.0 / ReNamer.exe / {app} / Help / Styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-02-13  |  540 b   |  46 lines

  1. body {
  2.     margin: 10px;
  3. }
  4.  
  5. body, p, td {
  6.     font-family: Arial;
  7.     font-size: 12px;
  8. }
  9.  
  10. .toc a {
  11.     text-decoration: none;
  12. }
  13.  
  14.  
  15. .toc a:hover {
  16.     text-decoration: underline;
  17. }
  18.  
  19. .title {
  20.     font-size: 16px;
  21.     font-weight: bold;
  22. }
  23.  
  24. .section {
  25.     color: blue;
  26.     font-size: 13px;
  27.     font-weight: bold;
  28.     font-style: italic;
  29.     margin: 20px 0px 10px 0px;
  30. }
  31.  
  32. .example {
  33.     margin-left: 30px;
  34. }
  35.  
  36. .example .item {
  37.     font-family: "Verdana";
  38.     font-size: 11px;
  39.     font-weight: bold;
  40.     padding-right: 10px;
  41. }
  42.  
  43. .warning {
  44.     color: red;
  45. }
  46.